Purpose of the <hr> Tag in HTML
The <hr> tag in HTML is used to insert a horizontal rule (a thematic break) between sections of content. It visually separates content and indicates a shift in topic or context.
It creates a horizontal line across the page.
Used to separate sections or indicate thematic breaks.
Its appearance (color, thickness, style) can be customized with CSS.